Products
Body
userIdentityTokenstringRequiredExample:
A user token received on login to the single sign on system.
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL2V4YW1wbGUuYXV0aDAuY29tLyIsImF1XCI6Imh0dHBzOi8vYXBpLmV4YW1wbGUuY29tL2NhbGFuZGFyL3YxLyIsInN1YiI6InVzcl8xMjMiLCJpYXQiOjE0NTg3ODU3OTYsImV4cCI6MTQ1ODg3MjE5Nn0.CA7eaHjIHz5NxeIJoFK9krqaeZrPLwmEmgI_XiQiIkQproductstringRequiredExample:
The product you want the token for. Valid options available for the user can be obtained from the products/list call.
videostream_managercustomerIdstringRequiredExample:
The customerId for the product you want a token for. Valid options available for the user can be obtained from the customers/list call.
345scopesstring[]OptionalExample:
A list of permission scopes that you want for this token. If not provided then all available permissions will be added. You would use this if you want your token to have less permissions that you are normally allowed.
["read:organization","write:organization"]Responses
200
Success
application/json
default
Error
application/json
post
/products/tokenLast updated
Was this helpful?