Skip to main content
Version: 8.64.0

Authentication


Authentication within Foxdeli

The Foxdeli Customer Service API uses JWT tokens for authentication. Every request must include a valid token in the HTTP header X-API-Key.

Authentication and Authorization Process

  1. Obtaining an API Access Token
  • To authorize and obtain an API access token, use the endpoint Authorize and return API access token. This endpoint verifies the account using the provided username and password, and if the credentials are correct, it returns a new API access token.
  1. Refreshing the API Access Token
  • If you have a valid refresh token and need to obtain a new API access token, use the endpoint Returns fresh API access token. This endpoint finds the account using the provided refresh token and returns a new access token.

Security Scheme Type:

apiKey

Header parameter name:

X-API-Key