Authorize member to external event

The documentation for the endpoint designed to verify a member's authorization to participate in an external event provides essential details for developers. This API endpoint checks whether the member has fulfilled their obligations with the SBP, ensuring compliance before participation. Developers can find information on request formats, necessary parameters, and possible response codes within this documentation. Ensuring security and accuracy, the endpoint validates member eligibility, promoting streamlined integration and efficient workflow management.

Check if member is active

get

Auto-generated endpoint for Check if member is active

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
CPFstringRequired

The CPF of the member

Example: 12345678900
Responses
200

Successful response

application/json
get
/members/{CPF}/authorizeEvent
GET /members/{CPF}/authorizeEvent HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "message": "Member is authorized."
}

Last updated