Accounts
Retrieve account details
Retrieves the details of an account that has previously been created. Supply the unique account ID that was returned from your previous request, and Straddle will return the corresponding account information.
GET
https://{environment}.straddle.io
/
v1
/
accounts
/
{account_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
account_id
string
requiredThe unique identifier of the account to retrieve.
Response
200 - text/plain
meta
object
requiredresponse_type
enum<string>
requiredIndicates the type of data returned.
Available options:
object
, array
, error
, none
data
object
required