Skip to main content
GET
/
profile
Get profile
curl --request GET \
  --url https://api.orafi.app/v1/profile \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": "<string>",
    "businessName": "<string>",
    "businessSector": "<string>",
    "country": "<string>",
    "websiteLink": "<string>",
    "isLive": true
  }
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Profile information

success
boolean
message
string
data
object