Skip to main content
GET
/
api
/
v1
/
countries
Collecter les pays
curl --request GET \
  --url https://egimgarsud.gimpayapp.com/api/v1/countries \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "status": 123,
  "body": {},
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string

Response

Pays récupérées avec succès.

message
string
status
integer<int32>
body
object
timestamp
string<date-time>