{"type":"api","title":"Fetch Sdo Token","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Secure Device OnBoarding - SDO Token"],"description":"POST for fetching Secure Device Onboarding Token needed for Secure Device Onboarding APIs for eSim","operationId":"fetchSdoToken","requestBody":{"description":"Fetch SDO Token","content":{"application/json":{"schema":{"required":["sdoSessionId"],"type":"object","properties":{"sdoSessionId":{"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}","type":"string","description":"Session ID generated by SDO Identity Service. Please use this GET API - '/v1/securedeviceonboarding/getUrlForSdoIdentityService'to get URL of this Secure Device Onboarding Identity Service.","example":"e01c5b71-b056-4602-b140-42221ccc3fec"}},"$$ref":"#/components/schemas/DetailsForIdentityVerificationForSdoToken"},"examples":{"Request Payload Example for Fetching Secure Device Onboarding Token":{"description":"Request Payload Example for Fetching Secure Device Onboarding Token","value":{"sdoSessionId":"e01c5b71-b056-4602-b140-42221ccc3fec"}}}}},"required":true},"responses":{"200":{"description":"Success"},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Secure Device Onboarding-write","method":"post","path":"/v1/securedeviceonboarding/fetchSdoToken"}}