POST
/
v1
/
integrations
/
components
/
token
curl --request POST \
  --url https://api.hyperline.co/v1/integrations/components/token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customer_id": "<string>"
}'
{
  "token": "<string>",
  "token_type": "bearer"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
customer_id
string
required

Customer ID

Response

201 - application/json
token
string
required
token_type
enum<string>
required
Available options:
bearer