You can create a Namespace
for an Organization
through the dashboard by passing the required information to Oyster.
The domain
must be a string that conforms to this regexp `^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+$` and must be at a minimum 2 characters long and at a maximum 100 characters long
The name
must be a string that is at a minimum 2 characters long and at a maximum 100 characters long
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The Idempotency Key - usually a UUID
Request to create a new partner
The body is of type object
.
Response when retrieving partner information
Standard response structure for successful operations