Get Customer API Token
This page contains information on how can agency owners get the API token for the its customers.
Get User API Access Token
Endpoint
Method
URL
Parameters
Parameter
Required
Description
Headers
Header
Value
Description
Example Request
curl --location 'https://api.v7.botpenguin.com/ext/get-user-token?userId=*********' \
--header 'authtype: Key' \
--header 'Authorization: Bearer **********'Success API Response
{
"success": true,
"message": "",
"data": {
"permanentToken": {
"key": "**********",
"active": true
}
},
"code": 200
}Response Fields
Field
Description
β Got any questions?
Last updated
Was this helpful?