🛠️Custom Resource
Integrate P0 with any internal system you own, or with systems that do not have a built-in integration yet.
Set up Custom Resource Integration
Configuration Parameters
Parameter
Description
Example Value
OpenAPI Specification
Authorizations
AuthorizationstringRequired
P0 generates a keypair during integration setup. Each http request sent by P0 to your endpoints contains a JWT signed with the private key in the Authorization header. Your endpoints must use the public key retrieved during integration setup, to decode the JWT and verify its claims. The claims are: sub (Subject) iss (Issuer), aud (Audience), iat (Issued At), exp (Expiry)
Body
or
or
Responses
200
Success
application/json
objectOptional
201
Success
application/json
202
Success
application/json
default
Error
application/json
post
/Last updated