Read Customer
Intent
Reads the customer without changing it.
When to call it
Call this after your application has received or stored the identifier for the customer.
Access boundary
Authorize the request with a token that carries customer_portal:read or customer_portal:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
GET
Read Customer
Authorizations
Authentication: Customer session tokens authenticate buyers within your organization. Generate one through the customer session operation.
Response
200 - application/json
Request completed successfully
The time Ruba created this record.
The time this record last changed.
The stable identifier for this record.
Available options:
individual, team Previous
Read Organization### Intent
Reads the organization without changing it.
### When to call it
Call this after your application has received or stored the identifier for the organization.
### Access boundary
Use the credential type and authentication scheme shown for this operation.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Read Customer