π©βπ»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
AuthorizationstringRequiredExample:
Secret Token for user authentication
{"value":"Token tk-abcdef-uhhgggggf-yygfff"}Body
passwordstring Β· passwordOptionalExample:
User's password for authentication
StrongPassword123!Responses
200
User profile retrieved successfully
application/json
400
Invalid email or password
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/api/v1/fetch-profileLast updated