Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Optional name for the authentication token to help identify its purpose.
Example:
"Production API Key"
Response
200 - application/json
Successfully generated authentication token.
The newly generated authentication token. Store this securely as it cannot be retrieved again.
Example:
"pplx-1234567890abcdef"
Unix timestamp (in seconds) of when the token was created.
Example:
1735689600
The name associated with this token, if provided.
Example:
"Production API Key"