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.
Auto-generated endpoint for Check if member is active
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
CPFstringRequiredExample:
The CPF of the member
12345678900Responses
200
Successful response
application/json
400
Member not authorized
application/json
get
/members/{CPF}/authorizeEventGET /members/{CPF}/authorizeEvent HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Member is authorized."
}Last updated