🔐
Token Metadata
Example Request
https://api.salescamp.app/token
Example Response (Status Code 200)
{
"id": "61d8165ffc13ae680c000000",
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0IiwibmFtZSI6IkpvaG4iLCJpYXQiOjE1MTYyMzU3MDIyfQ.S7LQBCQRHOhghLYdu7eqTNGRANMQQNNMvIRV6TrWetc"
"expires_in": 1296000,
"given_name": "Ashli",
"email": "[email protected]",
"user_created_on": 1502255738,
"profile_photo": "https://picsum.photos/200"
"phone": "+323-264-8091"
}
Retrieve information about the token being used and the Workspace to which it belongs.
This endpoint does not require any scopes.
GET <https://api.salescamp.app/token
>Last modified 1yr ago