Start here after you have implemented authentication
Why It’s Important
- Central Dependency: Numerous API operations require the account id retrieved by this endpoint. A successful response here ensures that subsequent calls to other endpoints have the correct reference.
- Parent Account: This Account ID is your Parent Account ID and it is immutable, meaning it never changes. This makes it a reliable constant that can be leveraged throughout your application.
Best Practice
For improved reliability and convenience, we recommend that you set the Parent Account ID as an environment variable. Doing so allows you to reference it easily in your code, reducing the need to repeatedly fetch it via the API.Authorizations
Custom HMAC authentication header.
Format: public:signature:nonce:timestamp
Response
Success
Standard response object for successful single-resource requests in the Profile Behavior API. Contains an HTTP status code, the returned resource data, and a status indicator.