platform/developer/authtickets
Use the Authtickets resource to manage authentication tickets for your developer account.
JSON Example
DeveloperAdminUserAuthTicket Properties
Property | Description |
---|---|
refreshToken |
type: string Alphanumeric string used for access tokens. This token refreshes access for accounts by generating a new developer or application account authentication ticket after an access token expires. |
Operations
Operation Name | Request URI | Description |
---|---|---|
CreateDeveloperUserAuthTicket | POST %3fdeveloperAccountId%3d%7bdeveloperAccountId%7d%26responseFields%3d%7bresponseFields%7d |
Generate an authentication ticket for a developer account. |
DeleteUserAuthTicket | DELETE %3frefreshToken%3d%7brefreshToken%7d |
Deletes the authentication ticket for the developer account by supplying the refresh token. |
RefreshDeveloperAuthTicket | PUT %3fdeveloperAccountId%3d%7bdeveloperAccountId%7d%26responseFields%3d%7bresponseFields%7d |
Generates a new developer account authentication ticket for the specified tenant by supplying the defined refresh token information. |