/tokens
Creates a new developer token. Upon successful creation, copy and save the returned token value from the response. This is the only time the token will be available and visible.
URL Endpoint
https://accounts.api.zesty.io/v1/tokensAuthentication Header
Bearer YOUR_APP_SID Request Body
{
"roleZUID": "{{role_zuid}}",
"name": "Example Token Name"
}