The Channel API is invite only. This page is for partners who have already been
issued a
channel.* client ID and secret by Fourthwall.1. Request an access token
Exchange your client ID and secret for a short-lived access token at the Fourthwall token endpoint. Credentials are sent with the client_secret_basic method — that is, as HTTP Basic Auth on the token request itself, not in the form body.access_token and its expires_in lifetime. Tokens
are short-lived — request a new one when the current token expires rather than
caching it indefinitely.
2. Call the Channel API
Pass the access token as a Bearer token on every Channel API request.cURL
Use
https://auth.fourthwall.com and https://api.fourthwall.com for
production. For testing against staging, swap in
https://auth.staging.fourthwall.com and
https://api.staging.fourthwall.com.