Links

post
/links
Authorizations
AuthorizationstringRequired

in header (authorization: bearer [token])

Body
playerTagstringRequired
userIdstringRequired
apiTokenstring | nullableRequired
Responses
post
/links

No content

Authorizations
AuthorizationstringRequired

in header (authorization: bearer [token])

Path parameters
playerTagstringRequired
Responses
200Success

No content

delete
/links/{playerTag}

No content

Get links by playerTags or userIds

post
/links/query
You can send either "playerTags" or "userIds", not both or none. Max size is 100.
Authorizations
AuthorizationstringRequired

in header (authorization: bearer [token])

Body
playerTagsstring[] · min: 1 · max: 100RequiredExample: ["#2PP"]
userIdsstring[] · min: 1 · max: 100RequiredExample: ["444432489818357760"]
Responses
200Success
application/json
post
/links/query

Last updated

Was this helpful?