πŸ‘©β€πŸ’»Profile

Contact [email protected] to get instructions on how to register a profile on DigiMali. Once registered you will be provided access credentials that you can use to access the API.

Fetch Profile

Call this endpoint to view the profile information of an account, supply the username and password.

post

This endpoint retrieves profile information for an authenticated user. The request requires an API token in the header and user credentials in the request body.

Header parameters
AuthorizationstringRequired

Secret Token for user authentication

Example: {"value":"Token tk-abcdef-uhhgggggf-yygfff"}
Body
emailstring Β· emailOptional

User's registered email address

Example: [email protected]
passwordstring Β· passwordOptional

User's password for authentication

Example: StrongPassword123!
Responses
post
/api/v1/fetch-profile

Last updated