Firstup API (2026-09-09)
A quick summary of the latest API changes in version 2026-09-09:
- New User Generated Content (
ugc) endpoints - New comment alias endpoint, and endpoint updates
- 5 schema updates
- 3 possible breaking changes
Note - the previous version was '2026-05-01'
Each API concept can be found in our Docs; we give an overview of each API, the expected behavior and what is possible.
Technical details are found in this reference, but some complex technicalities are further explained in our docs.
Further technical guidance on SCIM patching, pagination and filtering can be found in our docs:
From this page, you can download the OpenAPI specification for the Firstup API as a openapi.json or openapi.yaml file. This can be imported into tools such as Postman to generate a collection of test queries or converted into an SDK using Swagger Codegen.
Alternatively, you can use the try it function in this platform. In addition, select your preferred language for our request and response examples.
All API endpoints use the JSON content type and require an auth token. See Authentication and Authorization for more details on token management. The token and content type should be explicitly set in the request headers. For example:
curl -X GET "https://partner.socialchorus.com/v2/channels" -H "accept: application/json" -H "Authorization: Bearer <ACCESS TOKEN>"
This example uses the US1 region server. Check your region's server here.