The following endpoints manage and retrieve data about the API tokens assigned to the currently authenticated user.
Deletes currently authenticated user's API token with the specified creation timestamp. Get the API token creation timestamp with the API call GET /users/me/api-tokens
in the parameter value created
. Copy the timestamp string to the API call path to delete the API token.
The timestamp of the moment when you created the API key in the ISO 8601 compliant format.
2020-03-27T05:53:27.368Z
Create a new API token for the currently authenticated user. Specify the API token scopes in the scope
array parameter.
The API token label visible in the Make user profile.
The API scopes provided to the API token. The API scopes determine the scope of operations that you can do with the API token.
Check the list of all existing Make API scopes with the API call GET /enums/user-api-tokes-scopes
.