Verify API key and fetch collection partner profile
GET/me
Returns the authenticated collection partner's profile information when the XApiKey header is valid.
Authentication
- Requires a valid API key in the XApiKey header
- The API key uniquely identifies the collection partner
Response Data
- Partner identification (ID, company name, registration details)
- Contact information (email, phone)
- Address and location details
- Billing and invoicing configuration
- Revenue sharing settings
- Partner permissions and access levels
Use Cases
- Verify API key validity and partner identity
- Retrieve partner profile for display in integrations
- Access billing and revenue share configuration
- Check partner permissions and access levels
Responses
- 200
- 401
- 404
- 500
Collection partner profile retrieved successfully
Missing or invalid API key
Collection partner not found
Internal server error