Links
post
/links
Authorizations
AuthorizationstringRequired
in header (authorization: bearer [token])
Body
playerTagstringRequired
userIdstringRequired
apiTokenstring | nullableRequired
Responses
201Success
500Error
application/json
post
/linksNo content
delete
/links/{playerTag}
Authorizations
AuthorizationstringRequired
in header (authorization: bearer [token])
Path parameters
playerTagstringRequired
Responses
200Success
No content
500Error
application/json
delete
/links/{playerTag}No content
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
500Error
application/json
post
/links/queryLast updated
Was this helpful?