Skip to main content
POST
Login
string
required
Identificador da credencial de API fornecido pelo time ClubFix. Disponível no painel de credenciais ou enviado pelo suporte ao habilitar o parceiro.
string
required
Chave secreta da credencial de API. Deve ser mantida em sigilo — nunca exposta no frontend ou em logs.

Resposta

O token tem validade limitada. Ao receber erro 401 Unauthorized em qualquer endpoint, renove o token chamando este endpoint novamente com as mesmas credenciais.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
string
required
Content-Type
string
required
X-CREDENTIALS
string
required

Body

application/json
client_id
string
client_secret
string

Response

200 - application/json

Login Response

access_token
string
token_type
string
expires_in
string