patch https://integrations.rc.recruitee.dev/api/p//reports/
Authentication
Note that this API no longer authenticates with the Bearer token generated in Recruitee, as it was scoped to the admin and company that generated it. This API allows you to perform actions "as integration" using partner's secret in the header:
RT-PARTNER-SECRET: {partner.secret}
Don't have the secret? Call
GET /partner
- it's part of the response.Once the integration is promoted to production you should call
POST /partner/regenerate-secret
endpoint to retrieve your secret for production. Treat this as an environment variable that's different in development/Release Candidate and production.