Representatives
Retrieve representative details
Retrieves the details of a representative that has previously been created. Supply the unique representative ID, and Straddle will return the corresponding representative information.
GET
https://{environment}.straddle.io
/
v1
/
representatives
/
{representative_id}
Authorizations
Authorization
string
headerrequiredUse your Straddle API Key in the Authorization header as Bearer <token> to authorize API requests.
Headers
request-id
string
Optional client generated identifier to trace and debug a request.
correlation-id
string
Optional client generated identifier to trace and debug a series of requests.
Path Parameters
representative_id
string
requiredResponse
200 - text/plain
meta
object
requiredresponse_type
enum<string>
requiredIndicates the type of data returned.
Available options:
object
, array
, error
, none
data
object
required