Obtain Account Access Token
Use this endpoint to obtain an access token scoped to a specific customer organization so that you can perform API operations on behalf of that customer under your partner integration.
See the right panel for the base URL, request samples, and response JSON.
Authentication
This endpoint requires a JWT access token issued to your partner integration:
Obtain the token using your partner
client_idandclient_secret(see Authentication overview).Pass the token in the
Authorizationheader asBearer <partner_jwt_token>.
Request body
Response
Status code: 200 OK
Returns an access token you can use to make API calls as the specified customer organization.
Response body
Use the returned `token` in the `Authorization` header (`Bearer <token>`) when calling other Marmin APIs on behalf of this customer.
Next (partner onboarding): Call Request BP claim OTP, then Claim BP with OTP, using this account-scoped token.
