Skip to content

Get partner

GET
/partners/{id}
curl --request GET \
--url https://example.com/partners/example
id
required
string
Media type application/json
object
id
required
string
name
required
string
description
required
Any of:
string
phone
required
Any of:
string
vat_no
required
Any of:
string
website
required
Any of:
string
billing_address
required
object
street
required
Any of:
string
postal_code
required
Any of:
string
city
required
Any of:
string
region
required
Any of:
string
country
required
Any of:
string
latitude
required
Any of:
Any of:
number
longitude
required
Any of:
Any of:
number
billing_email
required
Any of:
string
support_email
required
Any of:
string
support_phone
required
Any of:
string
created_at
required
Any of:
string
updated_at
required
Any of:
string
Example
{
"billing_address": {
"latitude": "NaN",
"longitude": "NaN"
}
}