API Reference
Gateway Url:https://matewalker.com/api
Authorization
Token Issuance: After the application is approved, the system will send a token to the user.
Request Authorization: For each subsequent request, the client sends this token in the Authorization header as Authorization: Bearer <token>.
Token Verification: The server verifies the token, checking its validity and permissions.
Resource Access: If the token is valid, the server processes the request and provides access to the resource.
Last updated
Was this helpful?