Authentication

Access token (http_api_key)

A user access token specified as a Bearer token in the Authorization header.

Example: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Email (http_api_key)

A registered email/password user's email address. Must be used together with the password header.

Example: email: someone@example.com

Password (http_api_key)

A registered email/password user's password. Must be used together with the email header.

Example: password: Pa55w0rd!

Api key (http_api_key)

A server or user API key.

Example: apiKey: A1g70fN7oKMNCnDRNeyou20Wd24rD6QNmXWYMPwz0SnDRQRQSYwGPdC3y44aJN3H

Custom jwt (http_api_key)

A custom JSON web token string that the App is configured to support.

Example: jwtTokenString: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJteWFwcC1hYmNkZSIsInN1YiI6IjY0MzZlMDZiZGU1YzQ2ZGQ5MTQwZWFlOSIsIm5hbWUiOiJKb2huIERvZSIsImlhdCI6MTUxNjIzOTAyMn0.Y_6JR4ocrqoCEY3yOZlEqhxtAsSpvlzrXc9uvTSJA0k