PayIDs
Claims a PayID for a user. All PayIDs are currently free to claim.
The PayID must meet these requirements:
Must contain only letters, numbers, hyphens, and underscores
Must be at least 1 character long
Must not be already claimed by another user
Users can only have one active PayID at a time. If a user claims a new PayID, their previous PayID will be automatically replaced.
API keys are provided when a partner account is created and can be regenerated if needed.
To authenticate requests, include your API key in the request headers using the Bearer token format:
Authorization: Bearer your-api-key
Twitter username of the user
twitterhandleThe PayID to claim. Can only contain letters, numbers, hyphens, and underscores. Must match the pattern [a-zA-Z0-9-_]+
my-payidNumber of years until the PayID expires (1-10)
1PayID claimed successfully
Invalid input
Unauthorized
PayID already taken
Server error
Search for PayIDs based on query parameters. The search is case-insensitive and will return partial matches.
API keys are provided when a partner account is created and can be regenerated if needed.
To authenticate requests, include your API key in the request headers using the Bearer token format:
Authorization: Bearer your-api-key
Search query (minimum 1 character)
Maximum number of results to return (up to 100)
10When true, only returns active PayIDs (not temporary reservations)
trueSearch results
Invalid input
Unauthorized
Server error
Last updated
Was this helpful?

