Passer au contenu principal
POST
/
v1
/
integrations
/
components
/
token
Create component 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"
}

Autorisations

Authorization
string
header
requis

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

Corps

application/json

Create component token payload

customer_id
string
requis

Customer ID

Réponse

201 - application/json

The newly created token

token
string
requis
token_type
enum<string>
requis
Options disponibles:
bearer