Authentication

Use cid + apicode to fetch a JWT token for the Ropo One API.

Get cid and apicode from Ropo support.

Obtain a token

Fetch a token with your cid and apicode.

Use the token in the Authorization header:

Authorization: Bearer <token>

Get token

post
Body

AuthLogin

cidstringRequired

Customer number

Example: 1000011
apicodestringRequired

Apicode

Example: password123
Responses
post
/token

Last updated

Was this helpful?