user

Create an API key for the user that is currently authenticated.

Create an API key for the user that is currently authenticated.

post/user/tokens/

Response

Created an API key for the user that is currently authenticated.

createdstring date-time

The time at which the API key was created.

keystring

The unique API key used for authentication. This will be obfuscated on read-only HTTP methods.

slug_permstring

The slug_perm for token.

Changes