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

This API endpoint retrieves a user API Access token based on the provided user ID.

Endpoint

Parameters

Headers

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

If you have any questions, you can look into our repository of FAQs, most likely, you will find your answer here, If not, write us at contact@botpenguin.com.

Last updated