Skip to main content
POST
/
portal
/
carriers
Create a carrier profile for the portal user
curl --request POST \
  --url https://api.example.com/portal/carriers \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Response

201 - undefined