GET
/
business
curl -X GET https://api.swervpay.co/api/v1/business \
  -H "Authorization: Bearer <TOKEN>" \
  -H "Content-Type: application/json"
{
  "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

Authorization
string
headerrequired

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

Response

200 - application/json
address
string
country
string
created_at
string
email
string
id
string
logo
string
name
string
slug
string
status
string
type
string
updated_at
string