Business
Get Business
Business
Get Business
Get business
GET
/
business
curl -X GET https://api.swervpay.co/api/v1/business \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json"
{
"activity_status": "<string>",
"address": "<string>",
"country": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"email": "<string>",
"id": "<string>",
"logo": "<string>",
"name": "<string>",
"slug": "<string>",
"status": "<string>",
"type": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
curl -X GET https://api.swervpay.co/api/v1/business \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json"
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
curl -X GET https://api.swervpay.co/api/v1/business \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json"
{
"activity_status": "<string>",
"address": "<string>",
"country": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"email": "<string>",
"id": "<string>",
"logo": "<string>",
"name": "<string>",
"slug": "<string>",
"status": "<string>",
"type": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}