Nimbu Developer Docs
ReferenceCustomer Sessions

Get customer auth token

GET
/customers/me/authentication_token

Returns or regenerates the customer's authentication token for API use.

Authorization

AuthorizationBearer <token>

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

In: header

X-Nimbu-Site<token>

Identifier of the site context when authenticating with a personal access token.

In: header

Header Parameters

X-Nimbu-Site*string

Site identifier

Session-Token*string

Customer session token

Response Body

application/json

curl -X GET "https://example.com/customers/me/authentication_token" \  -H "X-Nimbu-Site: string" \  -H "Session-Token: string"
{
  "authentication_token": "string"
}
Empty