API Reference Documentation

Our goal is to get you up and running in as little time as possible. With that in mind, we've created a number of client libraries in various programming languages. These client libraries wrap our REST API. If you would rather integrate directly with our REST API, you can do that too. We make use of existing HTTP standards in our API. We use standard HTTP verbs and return standard HTTP status codes. All of our resources return JSON, including errors. We aim to make our API as predictable as possible and strive for an intuitive interface that is both human- and machine-readable.

Authentication / Configuration

When you sign up as a developer and create your first app, you will be given two keys: a secret key and a public key. Authenticate to the Traitify API by providing these keys for your application. These keys can be used in configuring the client libraries.

You'll also want to configure the host to point to our API.

Public Key ********************abc123
Secret Key ********************xyz789
Host https://api.traitify.com