# Third-parties
You can use the /v2/third_parties
endpoints to manage the third-parties for your organization.
THE THIRD-PARTY OBJECT
{
}
# Retrieve the third-parties
ENDPOINT Authorization
apiKey
GET /v2/third_parties HTTP/1.1
CODE SAMPLE
curl 'https://api.vyte.in/v2/third_parties' \
--header 'Authorization: vkjvi2bvfo54ssbybmcts0x42z1sbzm6t0mot8trh8i03reno0' \
RESPONSE SAMPLE
{
}
# Create a third-party
ENDPOINT Authorization
apiKey
POST /v2/third_parties HTTP/1.1
CODE SAMPLE
curl --request POST 'https://api.vyte.in/v2/third_parties?name=MYAPPNAME' \
--header 'Authorization: vkjvi2bvfo54ssbybmcts0x42z1sbzm6t0mot8trh8i03reno0' \
RESPONSE SAMPLE
{
}
# Generate a third-party token
ENDPOINT
GET /v2/third_parties/token HTTP/1.1
CODE SAMPLE
curl --request GET 'https://api.vyte.in/v2/third_parties/token' \
--header 'Authorization: vkjvi2bvfo54ssbybmcts0x42z1sbzm6t0mot8trh8i03reno0' \
RESPONSE SAMPLE
{
}
← Teams User preference →