Skip to main content
GET
/
v1
/
api
/
agencies
/
me
Get my agency
curl --request GET \
  --url http://localhost:3091/v1/api/agencies/me \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "rccm": "<string>",
  "address": "<string>",
  "city": "<string>",
  "country": "<string>",
  "phone": "<string>",
  "email": "<string>",
  "logoUrl": "<string>",
  "kycStatus": "<string>",
  "status": "<string>",
  "siret": "<string>",
  "ownerId": 123,
  "ownerName": "<string>",
  "walletBalance": 123,
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Response

Agency found

id
integer<int64>
name
string
description
string
rccm
string
address
string
city
string
country
string
phone
string
email
string
logoUrl
string
kycStatus
string
status
string
siret
string
ownerId
integer<int32>
ownerName
string
walletBalance
number
createdAt
string<date-time>