API
Authentication
Authentication of API endpoints
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authentication of API endpoints
Authorization: Bearer <token>
curl --request POST \
--url https://exampleapi.justpaid.io/api/v1/customer/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"email": "<string>"
}'
Was this page helpful?
